home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / xdg / menus / settings.menu < prev   
Encoding:
Text File  |  2007-04-13  |  1.2 KB  |  48 lines

  1. <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
  2.  "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
  3.  
  4. <Menu>
  5.  
  6.   <Name>Desktop</Name>
  7.   <Directory>Desktop.directory</Directory>
  8.  
  9.   <!-- Ensure we read from the old capplets .desktop location -->
  10.   <LegacyDir>/usr/share/control-center-2.0/capplets</LegacyDir>
  11.  
  12.   <!-- Read standard .directory and .desktop file locations -->
  13.   <DefaultAppDirs/>
  14.   <DefaultDirectoryDirs/>
  15.  
  16.   <!-- Read in overrides and child menus from applications-merged/ -->
  17.   <DefaultMergeDirs/>
  18.  
  19.   <!-- Add a link to the control center -->
  20.   <Include>
  21.     <Filename>gnomecc.desktop</Filename>
  22.   </Include>
  23.  
  24.   <!-- Merge in these other files as submenus -->
  25.   <Menu>
  26.     <Name>Preferences</Name>
  27.     <MergeFile>preferences.menu</MergeFile>
  28.   </Menu>
  29.  
  30.   <!-- System Settings -->
  31.   <Menu>
  32.     <Name>Administration</Name>
  33.     <Directory>System-Settings.directory</Directory>
  34.     <Include>
  35.       <And>
  36.         <Category>Settings</Category>
  37.         <Category>System</Category>
  38.       </And>
  39.     </Include>
  40.   </Menu>     <!-- End System Settings -->
  41.  
  42.   <Layout>
  43.     <Menuname>Preferences</Menuname>
  44.     <Menuname>Administration</Menuname>
  45.   </Layout>
  46.  
  47. </Menu> <!-- End Settings -->
  48.